mirror of
https://github.com/turt2live/matrix-dimension.git
synced 2024-10-01 01:05:53 -04:00
10 lines
247 B
SCSS
10 lines
247 B
SCSS
@import "../../../../style/themes/themes";
|
|
|
|
@include themifyComponent() {
|
|
pre {
|
|
margin-top: 10px;
|
|
padding: 5px;
|
|
border: 1px solid themed(appserviceConfigPreBorderColor);
|
|
background-color: themed(appserviceConfigPreBgColor);
|
|
}
|
|
} |