commit | cac3cd9be21d3646b89fb6a0d1bdd111b89c3f68 | [log] [tgz] |
---|---|---|
author | Uyen-Nhu Tran <125201939+uyen-nhu@users.noreply.github.com> | Wed Apr 10 01:28:27 2024 +0200 |
committer | Uyen-Nhu Tran <125201939+uyen-nhu@users.noreply.github.com> | Wed Apr 10 01:28:27 2024 +0200 |
tree | 0b02290c206bd4e580a4d39ed6d6ddeb950680cb | |
parent | 87aabcc331ef29aa536facf3537e7853ce5eb1d9 [diff] [blame] |
corrected color of minimize button for snippets to nearly-white, and added media query for border-radius of the search bar
diff --git a/dev/scss/header/vc.scss b/dev/scss/header/vc.scss index edd83e9..9057cad 100644 --- a/dev/scss/header/vc.scss +++ b/dev/scss/header/vc.scss
@@ -14,6 +14,12 @@ .builder { position: initial; + + + .action { + .minimize::after { + color: $dark-grey !important; + } + } } .docGroup {