diff --git a/roles/web-app-discourse/templates/style.css.j2 b/roles/web-app-discourse/templates/style.css.j2 index 41821e5f..e3ac2900 100644 --- a/roles/web-app-discourse/templates/style.css.j2 +++ b/roles/web-app-discourse/templates/style.css.j2 @@ -100,3 +100,26 @@ --float-kit-arrow-stroke-color: var(--primary-low); /* already mapped above */ --float-kit-arrow-fill-color: var(--secondary); /* already mapped above */ } + + +.search-input--header{ + background-color: rgba( var(--color-rgb-01-83),0.2 ) !important; + color: var(--color-01-01) +} + +div#main-outlet, #list-area{ + background-color: rgba( var(--color-rgb-02-90),1 ) !important; +} + +.list-controls{ + background-color: rgba( var(--color-rgb-01-90), 0.9) !important; + border-radius: 30px; +} + +.topic-list-item{ + background-color: rgba( var(--color-rgb-01-85), 0.4) !important; +} + +.topic-list-item a{ + color: var(--color-01-10) !important; +} \ No newline at end of file