diff --git a/static/nryg.css b/static/nryg.css deleted file mode 100644 index d367808b..00000000 --- a/static/nryg.css +++ /dev/null @@ -1,9 +0,0 @@ -body { - font-family: sans-serif; - color: #a0ccff; - background-color: #0d193b; -} - -h1, h2, h3, h4, h5, h6 { - color: #fff; -} diff --git a/static/nryg.less b/static/nryg.less new file mode 100644 index 00000000..027bca9c --- /dev/null +++ b/static/nryg.less @@ -0,0 +1,13 @@ +@ryg-dark-blue: #0d193b; +@ryg-light-blue: #a0ccff; + +body { + font-family: sans-serif; + color: @ryg-light-blue; + background-color: @ryg-dark-blue; +} + +h1, h2, h3, h4, h5, h6 { + color: white; +} + diff --git a/templates/base.html b/templates/base.html index 35d2dbe7..23982424 100644 --- a/templates/base.html +++ b/templates/base.html @@ -4,7 +4,8 @@