Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/uPagge/uBlogger.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/_buttom.scss')
-rw-r--r--assets/css/_buttom.scss7
1 files changed, 6 insertions, 1 deletions
diff --git a/assets/css/_buttom.scss b/assets/css/_buttom.scss
index 590a29c..d4caca4 100644
--- a/assets/css/_buttom.scss
+++ b/assets/css/_buttom.scss
@@ -9,15 +9,20 @@ a.button {
border: solid 2px #333;
color: #FFF;
text-align: center;
+ @include transition(all 0.2s ease);
[theme=dark] & {
- color: #FFF;
+ color: #FFF !important;
}
}
a.button:hover {
color: #333;
background-color: #FFF;
+
+ [theme=dark] & {
+ background: $global-background-secondary-color-dark;
+ }
}
a.button-big {