fffiloni commited on
Commit
239a80c
1 Parent(s): 1c60fad

Create style.css

Browse files
Files changed (1) hide show
  1. style.css +11 -0
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
+ }