fix copyable background

This commit is contained in:
Thibault Duplessis 2019-05-01 12:19:08 +07:00
parent 9e1a8f5af7
commit 2ac8058672
4 changed files with 7 additions and 1 deletions

View file

@ -24,6 +24,6 @@ button, a {
}
.copyable {
background: $c-bg-low;
background: $c-page-input;
color: $c-font-clear;
}

View file

@ -73,6 +73,8 @@ $c-header-dropdown: $c-popup;
$c-bot: $c-fancy;
$c-page-input: $c-bg-box;
$c-border: hsl(0, 0%, 25%);
$c-border-page: hsl(0, 0%, 22%);
$border: $border-width $border-style $c-border;

View file

@ -94,6 +94,8 @@ $text-shadow: 0 1px 0 $c-font-shadow;
$c-bot: $c-fancy;
$c-page-input: $c-bg-low;
/* Borders */
$border-width: 1px;

View file

@ -20,6 +20,8 @@ $c-bg-popup: $c-bg-high;
$c-bg-header-dropdown: hsla(0, 0%, 0%, .75);
$c-page-input: $c-bg-box;
$text-shadow: .5px 1px 1px #000;
%page-text-shadow {