From 9d52641ae36b50a8771a23e05f74f94d2033bb54 Mon Sep 17 00:00:00 2001 From: TB-96 <63296876+TB-96@users.noreply.github.com> Date: Sun, 15 Nov 2020 16:20:27 +0100 Subject: [PATCH] Small UI updates Adjusting Nord theme, adding more snow white and blue, fixing modal popup credits. --- assets/css/style.css | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/assets/css/style.css b/assets/css/style.css index 09827e2..0e7df62 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -11,11 +11,12 @@ --bg-primary: #2E3440; --bg-secondary: rgba(59,66,82,.5); --bg-hover: rgba(41,120,173,.5); - --color-primary: #ECEFF4; + --color-primary: #D8DEE9; --color-secondary: #81A1C1; - --color-success: #66BB6A; - --color-warning: #F57C00; - --color-danger: #DC3545; + --color-white: #ECEFF4; + --color-success: #A3BE8C; + --color-warning: #D08770; + --color-danger: #BF616A; --padding: 1rem; --rounded: 0.25rem; --shadow: 0 1px 3px rgba(0,0,0,.06), 0 1px 2px rgba(0,0,0,.12) @@ -229,8 +230,8 @@ button:hover { padding: 0.5em 1em 0.5em; } .searchbar input:focus { - color: #D8DEE9; - background-color: rgba(183,187,195, .7); + color: #E5E9F0; + background-color: rgba(94,129,172, .7); } textarea:focus, input:focus{ outline: none; @@ -277,6 +278,9 @@ textarea:focus, input:focus{ text-decoration: none; color: var(--color-primary); } +#apps-loop a:hover { + color: var(--color-white); +} .apps-item { display: flex; @@ -351,7 +355,7 @@ textarea:focus, input:focus{ transition: padding .3s; } .links-item a:hover { - color: var(--color-secondary); + color: var(--color-white); padding-left: 1em; } /*.links-item a:hover::before { @@ -475,6 +479,12 @@ textarea:focus, input:focus{ content: "> "; } +.credits { + width: 50%; + float: left; + padding-left: 10px; +} + /* MOBILE */