mirror of
https://github.com/vkaelin/LeagueStats.git
synced 2026-03-25 21:07:27 +00:00
feat: update selection background color
This commit is contained in:
parent
335fe5c4a6
commit
df695d3559
1 changed files with 8 additions and 0 deletions
|
|
@ -15,6 +15,14 @@
|
|||
border-radius: 8px
|
||||
}
|
||||
|
||||
::selection {
|
||||
@apply text-white bg-blue-1000;
|
||||
}
|
||||
|
||||
::-moz-selection {
|
||||
@apply text-white bg-blue-1000;
|
||||
}
|
||||
|
||||
.min-w-1200 {
|
||||
min-width: 1200px;;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue