mirror of
https://github.com/h44z/wg-portal
synced 2025-02-26 05:49:14 +00:00
49 lines
623 B
CSS
49 lines
623 B
CSS
|
/* This file is used for extra styles that are not part of the theme */
|
||
|
|
||
|
span.title {
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
|
||
|
span.em {
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
|
||
|
.separator {
|
||
|
border-bottom: 1px solid #e3e8ee;
|
||
|
}
|
||
|
|
||
|
a.field {
|
||
|
font-weight: 600;
|
||
|
/* color: #3c4257; */
|
||
|
font-size: .8rem;
|
||
|
}
|
||
|
|
||
|
span.parent-field {
|
||
|
font-weight: 600;
|
||
|
color:#a3acb9;
|
||
|
font-size: .85em;
|
||
|
}
|
||
|
|
||
|
span.type {
|
||
|
color: #8792a2;
|
||
|
font-size: .7rem;
|
||
|
margin-right: 4px;
|
||
|
}
|
||
|
|
||
|
span.version {
|
||
|
color: #8792a2;
|
||
|
font-size: .7rem;
|
||
|
float: right;
|
||
|
}
|
||
|
|
||
|
span.faint {
|
||
|
color: #8792a2;
|
||
|
}
|
||
|
|
||
|
.md-social__link svg {
|
||
|
fill: rgb(61, 61, 61);
|
||
|
}
|
||
|
|
||
|
.md-tabs__link {
|
||
|
font-size: 0.8rem;
|
||
|
}
|