diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/pix/arroz_chaufa-1.webp | bin | 0 -> 105648 bytes | |||
-rw-r--r-- | data/pix/arroz_chaufa-2.webp | bin | 0 -> 212718 bytes | |||
-rw-r--r-- | data/style.css | 33 |
3 files changed, 26 insertions, 7 deletions
diff --git a/data/pix/arroz_chaufa-1.webp b/data/pix/arroz_chaufa-1.webp Binary files differnew file mode 100644 index 000000000..26f4cdf96 --- /dev/null +++ b/data/pix/arroz_chaufa-1.webp diff --git a/data/pix/arroz_chaufa-2.webp b/data/pix/arroz_chaufa-2.webp Binary files differnew file mode 100644 index 000000000..cfe722996 --- /dev/null +++ b/data/pix/arroz_chaufa-2.webp diff --git a/data/style.css b/data/style.css index a606dd599..ca4e70b11 100644 --- a/data/style.css +++ b/data/style.css @@ -1,14 +1,29 @@ body { + background: #151515 ; + color: white ; max-width: 800px ; margin: auto ; padding: 0 16px ; margin-bottom: 500px ; + font-family: sans-serif ; +} + +a { + color: lightblue ; +} + +a:visited { + color: gray ; } h1 { text-align: center ; } +h2 { + color: tomato ; +} + footer { text-align: center ; } @@ -25,25 +40,29 @@ code { color: lime ; } -li img { +img[alt="BTC logo"], +img[alt="XMR Logo"] { max-width: 1em ; max-height: 1em ; display: inline ; } -@media (prefers-color-scheme: dark) { +@media (prefers-color-scheme: light) { body { - background: #151515 ; - color: white ; + background: white ; + color: black ; } a { - color: lightblue ; + color: blue ; } a:visited { - color: gray ; + color: purple ; } h2 { - color: tomato ; + color: inherit ; + } + code { + color: forestgreen ; } } |