mirror of
https://github.com/Mibew/simple-icons.git
synced 2025-02-20 07:55:47 +03:00
Added custom text selection colour
This commit is contained in:
parent
e2a10db64a
commit
05bde05f2a
8
404.html
8
404.html
@ -171,6 +171,14 @@
|
||||
text-transform: uppercase;
|
||||
width: 100%;
|
||||
}
|
||||
.tiles ::selection {
|
||||
background: #FFF;
|
||||
color: #333;
|
||||
}
|
||||
.tiles ::-moz-selection {
|
||||
background: #FFF;
|
||||
color: #333;
|
||||
}
|
||||
.tiles li:hover {
|
||||
border: 0.125rem solid #FFF;
|
||||
padding: 1.375rem 0.875rem;
|
||||
|
@ -171,6 +171,14 @@
|
||||
text-transform: uppercase;
|
||||
width: 100%;
|
||||
}
|
||||
.tiles ::selection {
|
||||
background: #FFF;
|
||||
color: #333;
|
||||
}
|
||||
.tiles ::-moz-selection {
|
||||
background: #FFF;
|
||||
color: #333;
|
||||
}
|
||||
.tiles li:hover {
|
||||
border: 0.125rem solid #FFF;
|
||||
padding: 1.375rem 0.875rem;
|
||||
|
@ -171,6 +171,14 @@
|
||||
text-transform: uppercase;
|
||||
width: 100%;
|
||||
}
|
||||
.tiles ::selection {
|
||||
background: #FFF;
|
||||
color: #333;
|
||||
}
|
||||
.tiles ::-moz-selection {
|
||||
background: #FFF;
|
||||
color: #333;
|
||||
}
|
||||
.tiles li:hover {
|
||||
border: 0.125rem solid #FFF;
|
||||
padding: 1.375rem 0.875rem;
|
||||
|
Loading…
Reference in New Issue
Block a user