inital setup
This commit is contained in:
21
assets/css/extended/custom.css
Normal file
21
assets/css/extended/custom.css
Normal file
@@ -0,0 +1,21 @@
|
||||
/* Custom styles added to demo */
|
||||
|
||||
.twitter-tweet {
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
iframe {
|
||||
border-radius: var(--radius) !important;
|
||||
}
|
||||
|
||||
.home-info ul {
|
||||
padding-inline-start: 20px;
|
||||
}
|
||||
|
||||
.entry-cover img {
|
||||
border: 1px solid var(--border);
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: 'TsangerJinKai'
|
||||
}
|
||||
Reference in New Issue
Block a user