mirror of
https://github.com/yummy4friends/y4f.git
synced 2025-01-02 16:47:09 +01:00
13 lines
153 B
CSS
13 lines
153 B
CSS
a {
|
|
color: #000000;
|
|
text-decoration: none;
|
|
}
|
|
|
|
a:hover, a:focus {
|
|
color: #2A6496;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
h6 {
|
|
color: red;
|
|
} |