mirror of
https://github.com/kognise/water.css.git
synced 2025-08-11 15:45:15 +02:00
changes to _file and styles
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
$background: #202b38 !default;
|
||||
$background-alt: #161f27 !default;
|
||||
$background-contrast: #004E98 !default;
|
||||
|
||||
$text-main: #dbdbdb !default;
|
||||
$text-bright: #ffffff !default;
|
||||
|
@@ -1,5 +1,6 @@
|
||||
$background: #ffffff !default;
|
||||
$background-alt: #efefef !default;
|
||||
$background-contrast: #f5f5f5 !default;
|
||||
|
||||
$text-main: #363636 !default;
|
||||
$text-bright: #000000 !default;
|
||||
|
9
src/parts/_blockquote.scss
Normal file
9
src/parts/_blockquote.scss
Normal file
@@ -0,0 +1,9 @@
|
||||
blockquote {
|
||||
border-left: 0.2em solid $focus;
|
||||
background: $background-contrast;
|
||||
margin: 1.5em 1em;
|
||||
padding: 0.5em 1em;
|
||||
border-radius: 6px;
|
||||
border-bottom-left-radius: 0px;
|
||||
border-top-left-radius: 0px;
|
||||
}
|
@@ -3,4 +3,5 @@
|
||||
@import 'forms';
|
||||
@import 'links';
|
||||
@import 'code';
|
||||
@import 'misc';
|
||||
@import 'misc';
|
||||
@import 'blockquote';
|
||||
|
@@ -14,9 +14,3 @@ h1, h2, h3, h4, h5, h6, strong {
|
||||
h1, h2, h3, h4, h5, h6, b, strong, th {
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
border-left: 0.2em solid $focus;
|
||||
margin: 1.5em 1em;
|
||||
padding: 0.5em 1em;
|
||||
}
|
||||
|
Reference in New Issue
Block a user