🍜📡 Checkpoint
./styles/main.css:69682263/268 ./2024/index.html:69682263/193
This commit is contained in:
@ -69,7 +69,7 @@
|
||||
padding: 0.05rem 1rem;
|
||||
width: 100%;
|
||||
border: solid var(--color-text-header);
|
||||
border-radius: 5px;
|
||||
border-radius: 3px;
|
||||
margin-top: 1rem;
|
||||
text-align: center;
|
||||
}
|
||||
@ -89,7 +89,7 @@ a:visited {
|
||||
font-weight: bold;
|
||||
padding: 0 .2rem;
|
||||
text-decoration: none;
|
||||
border-radius: 5px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
/* Images */
|
||||
@ -145,14 +145,9 @@ dd {
|
||||
}
|
||||
|
||||
/* Focus */
|
||||
*:focus {
|
||||
outline: 3px solid var(--color-text-main);
|
||||
outline-offset: 2px;
|
||||
background-color: var(--color-bg);
|
||||
color: var(--color-text-main);
|
||||
}
|
||||
|
||||
*:focus,
|
||||
a:focus {
|
||||
color: var(--color-text-main);
|
||||
background-color: var(--color-bg);
|
||||
outline: 3px solid var(--color-text-header);
|
||||
outline-offset: 2px;
|
||||
background-color: var(--color-text-header);
|
||||
}
|
||||
Reference in New Issue
Block a user