mirror of
https://github.com/He4eT/xecut-site.git
synced 2026-05-04 17:37:26 +00:00
menu: logo: border on hover
This commit is contained in:
parent
ff4faf94a5
commit
7795f69765
1 changed files with 1 additions and 5 deletions
|
|
@ -66,11 +66,7 @@ header.menu .logo a {
|
|||
/* @see h1 in base.css */
|
||||
font-size: calc(9 * var(--step));
|
||||
line-height: 1;
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
header.menu .logo a:hover {
|
||||
border-block-end: calc(1 * var(--step)) solid var(--color-fg);
|
||||
}
|
||||
border-block-end-width: calc(1 * var(--step));
|
||||
}
|
||||
@media (max-width: 768px) {
|
||||
header.menu .logo a {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue