i-eat.rocks/apps/standard.css

34 lines
549 B
CSS
Raw Normal View History

@font-face {
font-family: "PC";
src: url("/images/ui/joystix monospace.otf");
font-smooth: never;
}
* {
font-family: "PC", monospace;
}
button, button:hover {
border: outset white 4px;
background-color: rgb(219, 219, 219);
color:black;
text-align: center;
margin:2px;
box-shadow: 0px 0px 2px rgba(0,0,0,0.25);
}
button:active {
border: inset white 4px;
background-color: lightgray;
}
2024-08-16 05:45:22 +00:00
input {
border: inset white 4px;
background-color: #dbdbdb;
}
*:focus, *:active {
outline: none;
}