ktyl.dev/src/inc_css/title.css

14 lines
194 B
CSS
Raw Normal View History

2021-12-21 00:03:36 +01:00
.title {
font-size: 1em;
}
.title a {
2021-12-22 04:53:53 +01:00
transition: all 0.1s ease-in;
2021-12-21 00:03:36 +01:00
color: var(--foreground-active);
}
.title a:hover {
2021-12-22 04:53:53 +01:00
color: var(--accent);
transform: translateY(50%);
2021-12-21 00:03:36 +01:00
}