maybe?
This commit is contained in:
parent
273213703f
commit
6d00708f16
1 changed files with 7 additions and 4 deletions
|
@ -1,7 +1,6 @@
|
||||||
@import "nav-buttons.css";
|
@import "nav-buttons.css";
|
||||||
@import "cards.css";
|
@import "cards.css";
|
||||||
@import "instructions.class";
|
@import "instructions.class";
|
||||||
@import "limepot.css";
|
|
||||||
|
|
||||||
.title {
|
.title {
|
||||||
font-size: 42px;
|
font-size: 42px;
|
||||||
|
@ -46,6 +45,13 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
textarea {
|
textarea {
|
||||||
|
-webkit-box-shadow: 0 0 20px var(--accent-color);
|
||||||
|
-moz-box-shadow: 0 0 20px var(--accent-color);
|
||||||
|
box-shadow: 0 0 20px var(--accent-color);
|
||||||
|
}
|
||||||
|
|
||||||
|
textarea,
|
||||||
|
select {
|
||||||
width: 82%;
|
width: 82%;
|
||||||
appearance: none;
|
appearance: none;
|
||||||
outline: none;
|
outline: none;
|
||||||
|
@ -54,7 +60,4 @@ textarea {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
border-bottom: 1px solid currentColor;
|
border-bottom: 1px solid currentColor;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
-webkit-box-shadow: 0 0 20px var(--accent-color);
|
|
||||||
-moz-box-shadow: 0 0 20px var(--accent-color);
|
|
||||||
box-shadow: 0 0 20px var(--accent-color);
|
|
||||||
}
|
}
|
Loading…
Reference in a new issue