Sync with main repo #1

Merged
kaiserkiwi merged 9 commits from revengeday/cyber-circle-creator:main into main 2024-11-17 13:32:31 +00:00
Showing only changes of commit cb7f54ce0b - Show all commits

View file

@ -29,7 +29,7 @@
}
body {
font-family: 'Departure Mono';
font-family: 'Departure Mono', monospace;
font-size: 18px;
line-height: 1.75;
background-color: var(--cyber-bg-color);
@ -98,7 +98,7 @@ main {
}
input[type="text"] {
font-family: 'Departure Mono';
font-family: inherit;
width: calc(100% - 20px);
padding: 10px;
border: 2px solid var(--cyber-primary-color);
@ -150,7 +150,7 @@ input[type="text"]:focus {
/* Buttons */
button {
font-family: 'Departure Mono';
font-family: inherit;
padding: 10px 20px;
border-radius: 5px;
background-color: var(--cyber-bg-color);