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