mirror of
https://github.com/thomiceli/opengist.git
synced 2025-06-22 17:57:58 +02:00
Added links color
This commit is contained in:
6
public/style.css
vendored
6
public/style.css
vendored
@ -8,8 +8,12 @@
|
||||
}
|
||||
}
|
||||
|
||||
a {
|
||||
@apply text-primary-500;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
@apply text-primary-400;
|
||||
@apply text-primary-600;
|
||||
}
|
||||
|
||||
input {
|
||||
|
Reference in New Issue
Block a user