mirror of
https://github.com/dessalines/essays.git
synced 2026-03-11 09:04:37 +00:00
Theme update
This commit is contained in:
parent
e6aea975f7
commit
199820ec0f
1 changed files with 5 additions and 5 deletions
|
|
@ -18,12 +18,12 @@ table, td, th {
|
|||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
a:link {color:#fff}
|
||||
a:hover, a:visited:hover {color:#aaa}
|
||||
a:visited {color:#aaa}
|
||||
// a:link {color:#fff}
|
||||
// a:hover, a:visited:hover {color:#aaa}
|
||||
// a:visited {color:#aaa}
|
||||
body{
|
||||
color:#fff;
|
||||
background:#000;
|
||||
color:#ff;
|
||||
background:#132738;
|
||||
margin:1em auto;
|
||||
max-width:40em;
|
||||
padding:0 .62em;
|
||||
|
|
|
|||
Loading…
Reference in a new issue