Create style.css
Browse files
style.css
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 !important;
|
7 |
+
}
|
8 |
+
|
9 |
+
.dark a, .dark a:hover, .dark a:visited {
|
10 |
+
color: #f3f4f6 !important;
|
11 |
+
}
|