mirror of
https://github.com/dongdigua/dongdigua.github.io
synced 2024-11-23 23:53:10 +08:00
11 lines
351 B
CSS
11 lines
351 B
CSS
/*
|
|
* extracted from index.html
|
|
* modified according to https://theoryware.net
|
|
*/
|
|
body{background-color:#2f383e;color:#d3c6aa;font-family:Monaco,Lucida Console,courier new,monospace;font-size:18px;margin:0 auto;max-width:64em}
|
|
a{color:#7fbbb3;text-decoration:none}
|
|
a:visited{color:#a7c080}
|
|
a:hover{color:#d699b6}
|
|
h2{color:#83c092}
|
|
h3{color:#e67e80}
|