Update style.css
Browse files
style.css
CHANGED
@@ -1,5 +1,14 @@
|
|
1 |
#col-container {max-width: 440px; margin-left: auto; margin-right: auto;}
|
2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
|
4 |
.footer {
|
5 |
margin-bottom: 45px;
|
@@ -9,10 +18,10 @@ a {text-decoration-line: underline; font-weight: 600;}
|
|
9 |
}
|
10 |
|
11 |
.footer>p {
|
12 |
-
font-size: .8rem;
|
13 |
display: inline-block;
|
14 |
padding: 0 10px;
|
15 |
-
transform: translateY(
|
16 |
background: white;
|
17 |
}
|
18 |
.dark .footer {
|
|
|
1 |
#col-container {max-width: 440px; margin-left: auto; margin-right: auto;}
|
2 |
+
|
3 |
+
a, a:hover, a:visited {
|
4 |
+
text-decoration-line: underline;
|
5 |
+
font-weight: 600;
|
6 |
+
color: #1f2937;
|
7 |
+
}
|
8 |
+
|
9 |
+
.dark a, .dark a:hover, .dark a:visited {
|
10 |
+
color: #f3f4f6;
|
11 |
+
}
|
12 |
|
13 |
.footer {
|
14 |
margin-bottom: 45px;
|
|
|
18 |
}
|
19 |
|
20 |
.footer>p {
|
21 |
+
font-size: .8rem!important;
|
22 |
display: inline-block;
|
23 |
padding: 0 10px;
|
24 |
+
transform: translateY(26px);
|
25 |
background: white;
|
26 |
}
|
27 |
.dark .footer {
|