aboutsummaryrefslogtreecommitdiff
path: root/public/css/head.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/css/head.css')
-rw-r--r--public/css/head.css22
1 files changed, 6 insertions, 16 deletions
diff --git a/public/css/head.css b/public/css/head.css
index 4206044..dab81a8 100644
--- a/public/css/head.css
+++ b/public/css/head.css
@@ -49,7 +49,7 @@ header
49 } 49 }
50} 50}
51 51
52.site_title 52.header_center_col
53{ 53{
54 background-color: #ffffff7f; 54 background-color: #ffffff7f;
55 border-radius: 10px; 55 border-radius: 10px;
@@ -81,25 +81,15 @@ header a
81 color: unset; /* ne plus hériter */ 81 color: unset; /* ne plus hériter */
82 text-decoration: none; 82 text-decoration: none;
83} 83}
84.editing_zone > div
85{
86 /*display: inline;*/ /* à l'ancienne */
87}
88/*.header_right_col 84/*.header_right_col
89{}*/ 85{}*/
90.social 86#header_social img
91{
92 /*align-self: end;*/
93 /*padding: 4px;*/
94}
95.social a img
96{ 87{
97 width: 25px; 88 width: 28px;
98 background-color: #ffffffb3; 89 background-color: rgba(255, 255, 255, 0.7);
99 border-radius: 50%; 90 border-radius: 50%;
100} 91}
101 92#header_social img:hover
102.social img:hover
103{ 93{
104 background-color: yellow; 94 background-color: yellow;
105} 95} \ No newline at end of file