mirror of
https://github.com/YouHaveTrouble/youhavetrouble.github.io.git
synced 2026-06-29 20:46:18 +00:00
use collections and provide rss feed for the blog
This commit is contained in:
@@ -7,6 +7,11 @@
|
||||
--font-family-sans: 'Fira Sans', sans-serif;
|
||||
}
|
||||
|
||||
/* break comment when time is right */
|
||||
/*@view-transition {*/
|
||||
/* navigation: auto;*/
|
||||
/*}*/
|
||||
|
||||
:root.theme-dark {
|
||||
--background-body: #202122;
|
||||
--text-main: #fff;
|
||||
@@ -278,6 +283,12 @@ span.tag::before {
|
||||
content: '#';
|
||||
}
|
||||
|
||||
iframe {
|
||||
width: 100%;
|
||||
aspect-ratio: 16/9;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
@media (max-width: 1020px) {
|
||||
h1 {
|
||||
font-size: 3em;
|
||||
|
||||
Reference in New Issue
Block a user