Browse Source

Tweak styles

master
Dylan Baker 3 years ago
parent
commit
a1915d4e6a
1 changed files with 11 additions and 4 deletions
  1. 11
    4
      templates/layout.html

+ 11
- 4
templates/layout.html View File

29
 
29
 
30
       .btn {
30
       .btn {
31
         cursor: pointer;
31
         cursor: pointer;
32
+        background: #ffffff;
33
+        border: 1px solid #383e37;
34
+        border-radius: 0;
32
         padding: 0.15em 0.3em;
35
         padding: 0.15em 0.3em;
33
       }
36
       }
34
 
37
 
38
+      .btn:hover {
39
+        background-color: #f0f0f0;
40
+      }
41
+
35
       .danger {
42
       .danger {
36
         color: #942626;
43
         color: #942626;
37
       }
44
       }
49
       }
56
       }
50
 
57
 
51
       .header__logo {
58
       .header__logo {
52
-        background: #ffffff;
59
+        background-color: #ffffff;
53
         border: 1px solid #383e37;
60
         border: 1px solid #383e37;
54
         font-size: 14px;
61
         font-size: 14px;
55
         font-style: italic;
62
         font-style: italic;
60
       }
67
       }
61
 
68
 
62
       .header__logo:hover {
69
       .header__logo:hover {
63
-        background: #f0f0f0;
70
+        background-color: #f0f0f0;
64
       }
71
       }
65
 
72
 
66
       .form__field {
73
       .form__field {
93
         background: white;
100
         background: white;
94
         border: 1px solid #383e37;
101
         border: 1px solid #383e37;
95
         display: flex;
102
         display: flex;
103
+        flex-direction: row-reverse;
96
         font-size: 12px;
104
         font-size: 12px;
97
-        font-style: italic;
105
+        font-weight: bold;
98
         justify-content: space-between;
106
         justify-content: space-between;
99
         margin-bottom: 1em;
107
         margin-bottom: 1em;
100
         padding: 0.5em;
108
         padding: 0.5em;
102
 
110
 
103
       .post__title {
111
       .post__title {
104
         flex: 1;
112
         flex: 1;
105
-        text-align: right;
106
       }
113
       }
107
 
114
 
108
       .post__link {
115
       .post__link {

Loading…
Cancel
Save