Update 2.0
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
::selection {
|
||||
background-color: orangered;
|
||||
color: white;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: Arial, sans-serif;
|
||||
margin: 20px;
|
||||
@@ -10,7 +15,8 @@ h1 {
|
||||
color: orangered;
|
||||
}
|
||||
|
||||
textarea, button {
|
||||
textarea,
|
||||
button {
|
||||
padding: 10px;
|
||||
margin: 10px;
|
||||
border: 1px solid #333;
|
||||
@@ -33,6 +39,10 @@ button {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
button::selection {
|
||||
background-color: rgb(172, 46, 0);
|
||||
}
|
||||
|
||||
button:active {
|
||||
background-color: rgb(135, 36, 0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user