Spaces:
Sleeping
Sleeping
Update static/styles/style.css
Browse files- static/styles/style.css +3 -2
static/styles/style.css
CHANGED
@@ -1,6 +1,9 @@
|
|
1 |
/*
|
2 |
@author: idoia lerchundi
|
3 |
*/
|
|
|
|
|
|
|
4 |
#credit {
|
5 |
background-color: #f5f5f5; /* Light gray background */
|
6 |
color: #555555; /* Dark gray font for readability */
|
@@ -12,13 +15,11 @@
|
|
12 |
margin: 20px auto; /* Add margin and center the div */
|
13 |
max-width: 800px; /* Set a maximum width for better layout control */
|
14 |
}
|
15 |
-
|
16 |
#credit a {
|
17 |
color: #0077cc; /* Subtle blue for links */
|
18 |
text-decoration: none; /* Remove underline from links */
|
19 |
font-weight: bold; /* Make links bold */
|
20 |
}
|
21 |
-
|
22 |
#credit a:hover {
|
23 |
text-decoration: underline; /* Add underline on hover */
|
24 |
color: #005fa3; /* Slightly darker blue on hover */
|
|
|
1 |
/*
|
2 |
@author: idoia lerchundi
|
3 |
*/
|
4 |
+
html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}
|
5 |
+
html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}
|
6 |
+
html,body{font-size:15px;line-height:1.5}html{overflow-x:hidden}
|
7 |
#credit {
|
8 |
background-color: #f5f5f5; /* Light gray background */
|
9 |
color: #555555; /* Dark gray font for readability */
|
|
|
15 |
margin: 20px auto; /* Add margin and center the div */
|
16 |
max-width: 800px; /* Set a maximum width for better layout control */
|
17 |
}
|
|
|
18 |
#credit a {
|
19 |
color: #0077cc; /* Subtle blue for links */
|
20 |
text-decoration: none; /* Remove underline from links */
|
21 |
font-weight: bold; /* Make links bold */
|
22 |
}
|
|
|
23 |
#credit a:hover {
|
24 |
text-decoration: underline; /* Add underline on hover */
|
25 |
color: #005fa3; /* Slightly darker blue on hover */
|