1
0
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:
Federico Pérez
2019-04-08 00:23:35 -03:00
parent a8f5eec5c3
commit 029cc1cb3f
7 changed files with 15 additions and 9 deletions

View File

@@ -1,5 +1,6 @@
$background: #202b38 !default;
$background-alt: #161f27 !default;
$background-contrast: #004E98 !default;
$text-main: #dbdbdb !default;
$text-bright: #ffffff !default;

View File

@@ -1,5 +1,6 @@
$background: #ffffff !default;
$background-alt: #efefef !default;
$background-contrast: #f5f5f5 !default;
$text-main: #363636 !default;
$text-bright: #000000 !default;

View 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;
}

View File

@@ -3,4 +3,5 @@
@import 'forms';
@import 'links';
@import 'code';
@import 'misc';
@import 'misc';
@import 'blockquote';

View File

@@ -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;
}