mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-02-23 00:40:43 +01:00
tyyli.css: replace colour names with colour codes
It seems that codes are more supported than names.
This commit is contained in:
parent
724d83a8fe
commit
bc0aa3acc7
12
tyyli.css
12
tyyli.css
@ -4,21 +4,21 @@ h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
color: white;
|
||||
background-color: black;
|
||||
color: #FFFFFF;
|
||||
background-color: #000000;
|
||||
text-align: center
|
||||
}
|
||||
|
||||
body {
|
||||
color: white;
|
||||
background-color: black;
|
||||
color: #FFFFFF;
|
||||
background-color: #000000;
|
||||
font-family: "DejaVu Sans", Ubuntu, Arial, Arial, Helvetica, sans-serif;
|
||||
text-align: justify-center
|
||||
}
|
||||
|
||||
pre {
|
||||
color: black;
|
||||
background-color: white;
|
||||
color: #000000;
|
||||
background-color: #FFFFFF;
|
||||
font-family: "Ubuntu Mono", "DejaVu Sans Mono", Courier, "Courier New";
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user