Merge branch 'main' into pull-request-template
This commit is contained in:
commit
245ee4a2a0
1 changed files with 6 additions and 7 deletions
|
@ -1,11 +1,10 @@
|
|||
@font-face {
|
||||
/*
|
||||
/*
|
||||
Note: The font files are not included in this repository due to legal restrictions.
|
||||
For more information, please refer to the README.md file located in the 'fonts' directory.
|
||||
*/
|
||||
font-family: 'Departure Mono';
|
||||
src: url('../fonts/DepartureMono-Regular.woff2') format('woff2'),
|
||||
url('../fonts/DepartureMono-Regular.woff') format('woff');
|
||||
src: url('../fonts/DepartureMono-Regular.woff2') format('woff2');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
|
@ -30,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);
|
||||
|
@ -99,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);
|
||||
|
@ -151,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);
|
||||
|
@ -540,4 +539,4 @@ a {
|
|||
a:hover {
|
||||
text-decoration: none;
|
||||
color: var(--cyber-secondary-color);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue