Added style for button on guestbook.
This commit is contained in:
parent
9c2a1506d2
commit
0e4c0c9da3
@ -1,5 +1,21 @@
|
|||||||
::placeholder { color: var(--primary-color); }
|
::placeholder { color: var(--primary-color); }
|
||||||
|
|
||||||
|
button {
|
||||||
|
background: none;
|
||||||
|
border: none;
|
||||||
|
color: var(--text-color);
|
||||||
|
font: inherit;
|
||||||
|
padding: 0; }
|
||||||
|
|
||||||
|
button.refresh {
|
||||||
|
color: var(--primary-color); }
|
||||||
|
|
||||||
|
button.refresh:hover {
|
||||||
|
color: var(--secondary-color);
|
||||||
|
cursor: pointer;
|
||||||
|
text-decoration: underline dotted;
|
||||||
|
transition: .5s; }
|
||||||
|
|
||||||
#new-post {
|
#new-post {
|
||||||
display: grid;
|
display: grid;
|
||||||
gap: .5rem;
|
gap: .5rem;
|
||||||
|
Loading…
Reference in New Issue
Block a user