ktyl.dev/src/inc_css/title.css

13 lines
152 B
CSS
Raw Normal View History

2021-12-21 00:03:36 +01:00
.title {
font-size: 1em;
}
.title a {
transition: color 0.3s;
color: var(--foreground-active);
}
.title a:hover {
color: lightpink;
}