diff --git a/static/nryg.less b/static/nryg.less index 027bca9c..e41c1a1c 100644 --- a/static/nryg.less +++ b/static/nryg.less @@ -1,13 +1,23 @@ -@ryg-dark-blue: #0d193b; -@ryg-light-blue: #a0ccff; +@background-color: #0d193b; +@text-color: #a0ccff; +@accent-color: white; body { font-family: sans-serif; - color: @ryg-light-blue; - background-color: @ryg-dark-blue; + color: @text-color; + background-color: @background-color; } h1, h2, h3, h4, h5, h6 { - color: white; + color: @accent-color; } +input { + background-color: rgba(red(@text-color), green(@text-color), blue(@text-color), 0.1); + color: @text-color; + border: none; + border-bottom: 1px dashed @text-color; + padding: 2px; + font-size: medium; + font-family: sans-serif; +} diff --git a/templates/login.html b/templates/login.html index 125e3a50..254fa06b 100644 --- a/templates/login.html +++ b/templates/login.html @@ -9,13 +9,13 @@ Login