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.css30
1 files changed, 26 insertions, 4 deletions
diff --git a/public/css/head.css b/public/css/head.css
index 1844f93..1b805fe 100644
--- a/public/css/head.css
+++ b/public/css/head.css
@@ -86,12 +86,34 @@ header a
86 display: flex; 86 display: flex;
87 gap: 4px; 87 gap: 4px;
88 flex-wrap: wrap; 88 flex-wrap: wrap;
89 margin: 4px;
89} 90}
90#header_social_content a img 91#header_social_content > div{
92 margin: auto;
93 background-color: #ffffff7f;
94}
95#header_social_content a:hover
96{
97 background-color: yellow;
98}
99#header_social_content > div, #header_social_content a:hover
100{
101 border-radius: 10px;
102}
103#header_social_content a
104{
105 padding: 2px;
106 display: inline-flex; /* flex pour que la taille de élément dépende de ses enfants, inline pour que <a> este inline */
107 vertical-align: bottom;
108}
109#header_social_content a svg
110{
111 width: 24px;
112 height: 24px;
113}
114.svg_fill_red
91{ 115{
92 width: 28px; 116 fill: #dd3333;
93 background-color: #ffffffb3;
94 border-radius: 50%;
95} 117}
96#header_social_content .action_icon 118#header_social_content .action_icon
97{ 119{