forked from AkkomaGang/akkoma-fe
Add user-select: none to i elements.
This commit is contained in:
parent
63473964f8
commit
226f435a17
1 changed files with 4 additions and 0 deletions
|
@ -7,6 +7,10 @@
|
|||
min-height: 100vh;
|
||||
}
|
||||
|
||||
i {
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
h4 {
|
||||
margin: 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue