From 1690d6c343eb4d0d0ee410bb72a847e21b845eae Mon Sep 17 00:00:00 2001 From: AlexFlipnote Date: Fri, 23 Apr 2021 15:20:21 +0200 Subject: [PATCH] Pushing colour fix --- scss/assets/_credits.scss | 2 +- scss/components/_themeColours.scss | 2 -- scss/modesta.scss | 2 +- tests/buttons-colours.html | 26 ++++++++++++++++++++++++++ 4 files changed, 28 insertions(+), 4 deletions(-) create mode 100644 tests/buttons-colours.html diff --git a/scss/assets/_credits.scss b/scss/assets/_credits.scss index a7cd91b..d9de1b7 100644 --- a/scss/assets/_credits.scss +++ b/scss/assets/_credits.scss @@ -1,6 +1,6 @@ // scss-lint:disable Comment /*! - * Modesta v3.0.0 (https://modesta.alexflipnote.dev) + * Modesta v3.0.0.1 (https://modesta.alexflipnote.dev) * Made by AlexFlipnote (https://alexflipnote.dev) * Licensed under MIT (https://github.com/AlexFlipnote/Modesta/blob/master/LICENSE) */ diff --git a/scss/components/_themeColours.scss b/scss/components/_themeColours.scss index 1a7ee4b..a1d4883 100644 --- a/scss/components/_themeColours.scss +++ b/scss/components/_themeColours.scss @@ -65,8 +65,6 @@ $themes-container: ( color: $text; } - .btn { color: $text; } - .fullscreen { background-color: $highlight; } .label { diff --git a/scss/modesta.scss b/scss/modesta.scss index 6cc69a0..20fa566 100644 --- a/scss/modesta.scss +++ b/scss/modesta.scss @@ -11,11 +11,11 @@ // Everything else @import 'components/buttons'; -@import 'components/colour'; @import 'components/grid'; @import 'components/objects'; @import 'components/emojis'; @import 'components/markdown'; +@import 'components/colour'; // Last items @import 'components/responsive'; diff --git a/tests/buttons-colours.html b/tests/buttons-colours.html new file mode 100644 index 0000000..0b7b807 --- /dev/null +++ b/tests/buttons-colours.html @@ -0,0 +1,26 @@ + + + + + + + + + +
+ Button + Button no darken hover +

+ Button animation + Button animation and hover +

+ Button hover + Button scale hover + Button scale inset hover +
+ + +