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

Loading…
Cancel
Save