1
0
mirror of https://github.com/kognise/water.css.git synced 2025-08-13 00:24:31 +02:00

Merge branch 'master' into add/style-guidelines

This commit is contained in:
kylejrp
2019-11-01 17:03:57 -07:00
committed by GitHub
30 changed files with 166 additions and 48 deletions

View File

@@ -92,3 +92,10 @@ details > :not(summary) {
summary::-webkit-details-marker {
color: var(--text-main);
}
footer {
border-top: 1px solid var(--background);
padding-top: 10px;
font-size: 0.8em;
color: var(--text-muted);
}

View File

@@ -50,8 +50,8 @@ blockquote , q{
}
blockquote > footer {
margin-top: 10px;
font-style: normal;
border: 0;
}
blockquote cite {

View File

@@ -5,6 +5,7 @@
--selection: #161f27;
--text-main: #dbdbdb;
--text-bright: #fff;
--text-muted: #717880;
--links: #41adff;
--focus: #0096bfab;
--border: #dbdbdb;

View File

@@ -5,6 +5,7 @@
--selection: #9e9e9e;
--text-main: #363636;
--text-bright: #000;
--text-muted: #999;
--links: #0076d1;
--focus: #0096bfab;
--border: #dbdbdb;