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

github.com/gethugothemes/dot-hugo-documentation-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorThemefisher Dev <themefisher.dev@gmail.com>2020-02-18 13:58:36 +0300
committerThemefisher Dev <themefisher.dev@gmail.com>2020-02-18 13:58:36 +0300
commit47498599e9569509781655dc50f8f929a179a108 (patch)
tree4d1b17f0486fd1679aaaf36bf0f934af0c606248 /assets
parent17e688465f51de10d84dc8bf7c6e9703c3343a7b (diff)
modified responsive and color variables
Diffstat (limited to 'assets')
-rw-r--r--assets/css/style.css38
1 files changed, 11 insertions, 27 deletions
diff --git a/assets/css/style.css b/assets/css/style.css
index 19ac436..5fc9bda 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -4,7 +4,7 @@ body {
-webkit-font-smoothing: antialiased;
font-size: 17px;
color: var(--text-color);
- background-color: var(--secondary-color);
+ background-color: var(--body-color);
}
P {
@@ -98,24 +98,6 @@ h6,
border-color: var(--primary-color);
}
-.btn-default {
- color: #333 !important;
- background-color: #fff !important;
- border: 1px solid #ccc !important;
- display: inline-block !important;
- padding: 6px 12px !important;
- margin-bottom: 0 !important;
- font-size: 14px !important;
- font-weight: 400 !important;
- line-height: 1.42857143 !important;
- text-align: center !important;
- white-space: nowrap !important;
- vertical-align: middle !important;
- -ms-touch-action: manipulation !important;
- touch-action: manipulation !important;
- border-radius: 4px !important;
-}
-
.inline-button {
line-height: .8rem !important;
padding: 5px 8px !important;
@@ -123,9 +105,8 @@ h6,
margin-top: -5px;
}
-body {
- background-color: var(--white-color);
- overflow-x: hidden;
+.overflow-hidden{
+ overflow: hidden !important;
}
::-moz-selection {
@@ -234,7 +215,6 @@ select:focus {
pre {
padding: 20px;
- background: var(--secondary-color);
border-radius: 2px;
}
@@ -266,8 +246,12 @@ pre {
background: var(--primary-color) !important;
}
-.bg-gray {
- background-color: var(--secondary-color);
+.bg-white {
+ background-color: var(--white-color) !important;
+}
+
+.bg-light {
+ background-color: var(--light-color) !important;
}
.text-primary {
@@ -275,7 +259,7 @@ pre {
}
.text-color {
- color: var(--text-color);
+ color: var(--text-color) !important;
}
.text-dark {
@@ -651,7 +635,7 @@ blockquote {
border-left: 2px solid var(--primary-color);
margin: 40px 0;
font-weight: bold;
- background: #f9f9f9;
+ background: var(--light-color);
}
blockquote p {