diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-05-10 14:07:25 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-10 14:07:25 -0400 |
commit | 9742d5662bde1340a12c343599cc962e2b175803 (patch) | |
tree | 1949c8f38fe1fa2cd70f64529a3831b68a497496 /ext/fg | |
parent | 5752b23a8e802d556851eff8f6ea60785f93e0b3 (diff) |
Use CSS variables for themes (#528)
* Update formatting
* Merge default tag color with category-less tags
* Use CSS variables for colors
* Add dark theme colors
* Move color variables into display.css
* Remove old stylesheets
* Update headings
* Bump minimum Firefox version to support CSS var()
* Revert popular kanji text color
Diffstat (limited to 'ext/fg')
-rw-r--r-- | ext/fg/float.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/fg/float.html b/ext/fg/float.html index 6f37de52..89952524 100644 --- a/ext/fg/float.html +++ b/ext/fg/float.html @@ -12,8 +12,6 @@ <link rel="icon" type="image/png" href="/mixed/img/icon64.png" sizes="64x64"> <link rel="icon" type="image/png" href="/mixed/img/icon128.png" sizes="128x128"> <link rel="stylesheet" href="/mixed/css/display.css"> - <link rel="stylesheet" type="text/css" href="/mixed/css/display-default.css" data-yomichan-theme-name="default"> - <link rel="stylesheet alternate" type="text/css" href="/mixed/css/display-dark.css" data-yomichan-theme-name="dark"> </head> <body> <div id="spinner" hidden><img src="/mixed/img/spinner.gif"></div> |