ktyl.dev/src/inc_css/title.css

25 lines
352 B
CSS
Raw Normal View History

2021-12-21 00:03:36 +01:00
.title {
font-size: 1em;
}
2021-12-31 18:02:21 +01:00
.title h1 {
padding-bottom: 0;
margin-bottom:0;
margin-top:0;
}
2021-12-21 00:03:36 +01:00
.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
}
2021-12-31 18:02:21 +01:00
.pageTitle {
margin-left: -0.15em;
color: var(--foreground-inactive);
}