aboutsummaryrefslogtreecommitdiffstats
path: root/src/css/imports/_styles.css
blob: 687e1ba0e0ae6ef4d9d9a96cb732313870e24c5c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
::selection {
  background-color: var(--highlight);
}

/* Used in the navbar */
.divider-grey {
  box-shadow: inset 0 -4px 0 var(--grey-1);
  /* Link hover states */
  & a {
    transition: var(--hover-transition);
  }
  & ul a:hover {
    box-shadow: inset 0 -4px 0 var(--primary);
  }
}