diff --git a/static/css/default_light/datapoints.css b/static/css/default_light/datapoints.css index b99c128..2127c43 100644 --- a/static/css/default_light/datapoints.css +++ b/static/css/default_light/datapoints.css @@ -4,7 +4,7 @@ grid-gap: 8px 16px; margin-top: 16px; background-color: #2979b8; - padding: 16px; + padding: 16px 24px; width: min-content; border-top-left-radius: 8px; border-top-right-radius: 8px; @@ -22,7 +22,7 @@ #datapoints .header { font-weight: 800; font-size: 0.85em; - color: #555; + color: #7bb8eb; } #datapoints div { white-space: nowrap; diff --git a/static/css/default_light/problems.css b/static/css/default_light/problems.css index 0fea820..3a415de 100644 --- a/static/css/default_light/problems.css +++ b/static/css/default_light/problems.css @@ -6,7 +6,7 @@ margin-top: 32px; margin-bottom: 32px; background-color: #2979b8; - padding: 16px; + padding: 16px 24px; width: min-content; border-top-left-radius: 8px; border-top-right-radius: 8px; @@ -19,6 +19,7 @@ #problems-list .header, #acknowledged-list .header { font-weight: 800; + color: #7bb8eb; } #problems-list .trigger, #acknowledged-list .trigger { diff --git a/static/css/gruvbox/datapoints.css b/static/css/gruvbox/datapoints.css index a9db4f0..b19dd3f 100644 --- a/static/css/gruvbox/datapoints.css +++ b/static/css/gruvbox/datapoints.css @@ -4,7 +4,7 @@ grid-gap: 8px 16px; margin-top: 16px; background-color: #333; - padding: 16px; + padding: 16px 24px; width: min-content; border-top-left-radius: 8px; border-top-right-radius: 8px; @@ -22,7 +22,7 @@ #datapoints .header { font-weight: 800; font-size: 0.85em; - color: #d5c4a1; + color: #777; } #datapoints div { white-space: nowrap; diff --git a/static/css/gruvbox/problems.css b/static/css/gruvbox/problems.css index 1063758..6c014f7 100644 --- a/static/css/gruvbox/problems.css +++ b/static/css/gruvbox/problems.css @@ -6,7 +6,7 @@ margin-top: 32px; margin-bottom: 32px; background-color: #333; - padding: 16px; + padding: 16px 24px; width: min-content; border-top-left-radius: 8px; border-top-right-radius: 8px; @@ -19,6 +19,7 @@ #problems-list .header, #acknowledged-list .header { font-weight: 800; + color: #777; } #problems-list .trigger, #acknowledged-list .trigger { diff --git a/static/less/datapoints.less b/static/less/datapoints.less index 403c7da..fd716ff 100644 --- a/static/less/datapoints.less +++ b/static/less/datapoints.less @@ -6,7 +6,7 @@ grid-gap: 8px 16px; margin-top: 16px; background-color: @bg3; - padding: 16px; + padding: 16px 24px; width: min-content; border-top-left-radius: 8px; border-top-right-radius: 8px; @@ -27,7 +27,7 @@ .header { font-weight: @bold; font-size: 0.85em; - color: @text1; + color: @text3; } div { diff --git a/static/less/loop_make.sh b/static/less/loop_make.sh index afae519..e6cabf6 100755 --- a/static/less/loop_make.sh +++ b/static/less/loop_make.sh @@ -8,10 +8,9 @@ do clear for THEME in $(ls theme-*.less | sed -e 's/^theme-\(.*\)\.less$/\1/'); do - if make -j12; then - : - #curl -s http://notes.lan:1371/_ws/css_update - fi + export THEME=$THEME + make -j12 + #curl -s http://notes.lan:1371/_ws/css_update done echo -e "\n\e[32;1mOK!\e[0m" sleep 1 diff --git a/static/less/problems.less b/static/less/problems.less index 940c6a0..e68a06e 100644 --- a/static/less/problems.less +++ b/static/less/problems.less @@ -7,7 +7,7 @@ margin-top: 32px; margin-bottom: 32px; background-color: @bg3; - padding: 16px; + padding: 16px 24px; width: min-content; border-top-left-radius: 8px; border-top-right-radius: 8px; @@ -19,6 +19,7 @@ .header { font-weight: @bold; + color: @text3; } .trigger {