mirror of
https://github.com/He4eT/xecut-site.git
synced 2026-05-04 17:37:26 +00:00
base.css: focus outline
This commit is contained in:
parent
fba0aec834
commit
0737c9619f
1 changed files with 9 additions and 1 deletions
|
|
@ -7,14 +7,22 @@ body {
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* */
|
||||||
|
|
||||||
*::selection {
|
*::selection {
|
||||||
background-color: var(--color-fg);
|
background-color: var(--color-fg);
|
||||||
color: var(--color-bg);
|
color: var(--color-bg);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
*:focus-visible {
|
||||||
|
outline: calc(0.5 * var(--step)) solid var(--color-fg);
|
||||||
|
outline-offset: calc(0.5 * var(--step));
|
||||||
|
}
|
||||||
|
|
||||||
|
/* */
|
||||||
h1 {
|
h1 {
|
||||||
font-family: Xecut, sans-sefif;
|
font-family: Xecut, sans-sefif;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-size: 72px;
|
font-size: calc(9 * var(--step));
|
||||||
margin-block-start: 0;
|
margin-block-start: 0;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue