diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-09-23 18:43:36 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-09-23 18:43:36 +0200 |
commit | 9a4d73f7dcf5914776b9d6730ce53fad38bef119 (patch) | |
tree | 40c04828ac2fa3c985f6429b89d66f77411940c1 /.config/startpage | |
parent | 021ab57a99231d82241da2bcfc069c8553272c18 (diff) | |
parent | df924a12accc06b0fdfd55f4bc82c2238f0c7181 (diff) |
Merge branch 'master' of pipeframe.xyz:lonkaars/dots
Diffstat (limited to '.config/startpage')
-rw-r--r-- | .config/startpage/index.html | 1 | ||||
-rw-r--r-- | .config/startpage/style.css (renamed from .config/startpage/style.css##template) | 19 |
2 files changed, 1 insertions, 19 deletions
diff --git a/.config/startpage/index.html b/.config/startpage/index.html index 6a46387..1a8ed1b 100644 --- a/.config/startpage/index.html +++ b/.config/startpage/index.html @@ -5,6 +5,7 @@ <meta http-equiv='X-UA-Compatible' content='IE=edge'> <title>New Tab</title> <meta name='viewport' content='width=device-width, initial-scale=1'> + <link rel='stylesheet' type='text/css' media='screen' href='colors.css'> <link rel='stylesheet' type='text/css' media='screen' href='style.css'> <script src="jquery.min.js"></script> <script src="script.js" defer></script> diff --git a/.config/startpage/style.css##template b/.config/startpage/style.css index 26e4fba..d7aa8d6 100644 --- a/.config/startpage/style.css##template +++ b/.config/startpage/style.css @@ -1,5 +1,4 @@ :root { -{% if yadm.hostname == "thoncc" %} --color0: #fdf9f7; --color1: #8c627a; --color2: #628c6e; @@ -16,24 +15,6 @@ --color13: #5a5072; --color14: #506872; --color15: #393b3b; -{% else %} - --color0: #0f1419; - --color1: #ff3f4f; - --color2: #81f900; - --color3: #ffd945; - --color4: #45a1ed; - --color5: #ef47c5; - --color6: #19d1e5; - --color7: #f8f8f0; - --color8: #495162; - --color9: #f95c76; - --color10: #7dfc5a; - --color11: #f9ce70; - --color12: #6395f2; - --color13: #ea79fc; - --color14: #88f0fc; - --color15: #fffff4; -{% endif %} } html, body { |