courier gives me a headache...
and this is kind of a throw-back 8bit computer style font. The colours are still kind of aggressively unpleasant (to me), but I'm hesitant to change due to fear of comitting visual violence to people with normal colour vision. :)
This commit is contained in:
parent
969548f9e6
commit
919e2f491b
File diff suppressed because one or more lines are too long
|
|
@ -2,7 +2,10 @@
|
||||||
;; Hacker-themed green terminal styling
|
;; Hacker-themed green terminal styling
|
||||||
|
|
||||||
(body
|
(body
|
||||||
:font-family "Courier New, monospace"
|
;; :font-family "Courier New, monospace"
|
||||||
|
:font-family "VT323, monospace"
|
||||||
|
:font-weight 400
|
||||||
|
:font-style normal
|
||||||
:background "#0a0a0a"
|
:background "#0a0a0a"
|
||||||
:color "#00ff00"
|
:color "#00ff00"
|
||||||
:margin 0
|
:margin 0
|
||||||
|
|
@ -597,5 +600,5 @@
|
||||||
:margin-top 0.5rem)))
|
:margin-top 0.5rem)))
|
||||||
|
|
||||||
;; Center alignment for player page
|
;; Center alignment for player page
|
||||||
(body.player-page
|
;; (body.player-page
|
||||||
:text-align center))
|
;; :text-align center)
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,13 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<title data-text="title">🎵 ASTEROID RADIO 🎵</title>
|
<title data-text="title">🎵 ASTEROID RADIO 🎵</title>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<link rel="stylesheet" type="text/css" href="/asteroid/static/asteroid.css">
|
<link rel="stylesheet" type="text/css" href="/asteroid/static/asteroid.css">
|
||||||
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||||
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||||
|
<link href="https://fonts.googleapis.com/css2?family=VT323&display=swap" rel="stylesheet">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue