ktyl.dev/src/inc_css/title.css

26 lines
374 B
CSS
Raw Normal View History

2021-12-20 23:03:36 +00:00
.title {
font-size: 1em;
}
2021-12-31 17:02:21 +00:00
.title h1 {
2023-10-01 22:23:24 +01:00
font-size: 1.4em;
2021-12-31 17:02:21 +00:00
padding-bottom: 0;
margin-bottom:0;
margin-top:0;
}
2021-12-20 23:03:36 +00:00
.title a {
2021-12-22 03:53:53 +00:00
transition: all 0.1s ease-in;
2021-12-20 23:03:36 +00:00
color: var(--foreground-active);
}
.title a:hover {
2021-12-22 03:53:53 +00:00
color: var(--accent);
transform: translateY(50%);
2021-12-20 23:03:36 +00:00
}
2021-12-31 17:02:21 +00:00
.pageTitle {
margin-left: -0.15em;
color: var(--foreground-inactive);
}