Files
katenary/doc/docs/statics/main.css

41 lines
610 B
CSS
Raw Normal View History

2022-06-14 09:25:43 +02:00
:root {
--md-primary-fg-color: #333333;
}
div.smile-logo {
display: flex;
font-size: 0.7rem;
}
img.smile-logo {
width: 100px;
}
pre code.hljs {
background-color: var(--md-primary-fg-color);
color: var(--md-primary-bg-color);
}
button.md-clipboard::after {
transition: all 0.5s ease;
color: var(--lt-color-gray-500);
}
button.md-clipboard:hover::after {
color: var(--md-primary-bg-color);
}
article a,
article a:visited {
color: var(--md-code-hl-number-color);
2022-06-13 13:18:31 +02:00
}
2022-06-14 09:25:43 +02:00
.md-center {
text-align: center;
margin: auto;
2022-06-13 13:18:31 +02:00
}
2022-06-13 14:00:10 +02:00
2022-06-14 09:25:43 +02:00
.md-center img {
max-width: 200px;
2022-06-13 13:18:31 +02:00
}
2022-06-13 14:00:10 +02:00
2022-06-14 09:25:43 +02:00
.go-logo {
font-size: 4em;
2022-06-13 14:00:10 +02:00
}