mirror of
https://github.com/hyzendust/hyzendust.github.io.git
synced 2026-02-15 00:01:11 +01:00
first commit
This commit is contained in:
32
static/css/custom.css
Normal file
32
static/css/custom.css
Normal file
@@ -0,0 +1,32 @@
|
||||
.breadcrumbs {
|
||||
font-size: 0.9rem;
|
||||
margin-bottom: 1rem;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.breadcrumbs a {
|
||||
color: #3498db;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.breadcrumbs a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.term-list {
|
||||
display: block;
|
||||
margin-top: 1rem;
|
||||
}
|
||||
|
||||
.term-list__item {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
|
||||
.term-list__link {
|
||||
color: inherit; /* inherit theme text color */
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.term-list__link:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
Reference in New Issue
Block a user