mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-09-26 01:19:33 +02:00
12 lines
108 B
CSS
12 lines
108 B
CSS
a {
|
|
color: #1c76ce;
|
|
}
|
|
|
|
a:hover {
|
|
color: #030362;
|
|
}
|
|
|
|
* {
|
|
font-family: Plus Jakarta Sans, sans-serif;
|
|
}
|