summaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2021-03-10 21:12:01 +0100
committerVolpeon <git@volpeon.ink>2021-03-10 21:12:01 +0100
commit86714dbe92c188045d46e30448f6d2056958de68 (patch)
tree24ac346ef91cf63a01a922450be3b0f585d4cd76 /style.css
parentInit (diff)
downloadlivestream-irc-master.tar.gz
livestream-irc-master.tar.bz2
livestream-irc-master.zip
Small fixesHEADmaster
Diffstat (limited to 'style.css')
-rw-r--r--style.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/style.css b/style.css
index 6be7ed3..3443559 100644
--- a/style.css
+++ b/style.css
@@ -51,8 +51,8 @@ p {
51 51
52iframe { 52iframe {
53 display: block; 53 display: block;
54 width: 100%; 54 width: 100%;
55 height: 100%; 55 height: 100%;
56} 56}
57 57
58input { 58input {
@@ -126,7 +126,7 @@ button:focus {
126.c-form-field__label { 126.c-form-field__label {
127 font-size: 15px; 127 font-size: 15px;
128 font-weight: bold; 128 font-weight: bold;
129 color: var(--fg-lo); 129 color: var(--fg-lo);
130} 130}
131 131
132.c-form-field__help { 132.c-form-field__help {