Updated all css

This commit is contained in:
Stephen Cochrane 2020-10-19 16:47:13 +02:00
parent 1ecc251b27
commit 1807568ffe
3 changed files with 19 additions and 35 deletions

View File

@ -5,8 +5,8 @@
text-align:center;
overflow-y:scroll;
font:calc(0.75em + 1vmin) monospace;
background-color: black;
color: white;
background:#000;
color:#fff
}
pre pre{
@ -14,22 +14,16 @@
display:inline-block
}
a{
color:#DC143C
}
img{
max-width:57ch;
display:block;
height:auto;
width:100%
}
@media(prefers-color-scheme:dark){
body{
background:#000;color:#fff
}
a{
color:#6CF
}
}
</style>
<pre>

View File

@ -6,7 +6,13 @@
body{
text-align:center;
overflow-y:scroll;
font:calc(0.75em + 1vmin) monospace
font:calc(0.75em + 1vmin) monospace;
background-color: #000;
color: #fff;
}
a{
color:#DC143C
}
pre pre{
@ -20,16 +26,6 @@
height:auto;
width:100%
}
@media(prefers-color-scheme:dark){
body{
background:#000;color:#fff
}
a{
color:#6CF
}
}
</style><pre>
<span style='color:#e60000'> 🅱️ </span><a href=/><b>HOME</b></a><span style='color:#e60000'> 🅱️</span>

View File

@ -7,8 +7,12 @@
text-align:center;
overflow-y:scroll;
font:calc(0.75em + 1vmin) monospace;
background-color: black;
color: white;
background:#000;
color:#fff
}
a{
color:#DC143C
}
pre pre{
@ -22,16 +26,6 @@
height:auto;
width:100%
}
@media(prefers-color-scheme:dark){
body{
background:#000;color:#fff
}
a{
color:#6CF
}
}
</style><pre>
<span style='color:#e60000'> 🅱️ </span><a href=/><b>HOME</b></a><span style='color:#e60000'> 🅱️</span>