summaryrefslogtreecommitdiff
path: root/public/css/body.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/css/body.css')
-rw-r--r--public/css/body.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/public/css/body.css b/public/css/body.css
index eb198e6..c3f518a 100644
--- a/public/css/body.css
+++ b/public/css/body.css
@@ -116,7 +116,7 @@ article .logo2
116} 116}
117.new_content button:hover 117.new_content button:hover
118{ 118{
119 background-color: #ffff00; 119 background-color: yellow;
120 border-radius: 4px; 120 border-radius: 4px;
121} 121}
122article img 122article img
@@ -137,7 +137,7 @@ button .action_icon
137} 137}
138.action_icon:hover 138.action_icon:hover
139{ 139{
140 background-color: #ffff00; 140 background-color: yellow;
141 border-radius: 4px; 141 border-radius: 4px;
142 border: lightgrey 2px outset; 142 border: lightgrey 2px outset;
143 cursor: pointer; 143 cursor: pointer;
@@ -187,7 +187,7 @@ section button
187} 187}
188section button:hover 188section button:hover
189{ 189{
190 background-color: #ffff00; 190 background-color: yellow;
191 border-radius: 4px; 191 border-radius: 4px;
192 cursor: pointer; 192 cursor: pointer;
193} 193}