mirror of
https://github.com/wassname/Mostly-Harmless.git
synced 2026-06-27 16:10:28 +08:00
20 lines
341 B
CSS
Executable File
20 lines
341 B
CSS
Executable File
/*
|
|
// Add your own style rules here, not in css/main.css
|
|
// or css/setting.css for easy updating reasons.
|
|
*/
|
|
#icon {
|
|
width: 19px;
|
|
height: 19px;
|
|
top: 15px;
|
|
left: 17px;
|
|
}
|
|
textarea {
|
|
font-family: Consolas, "Lucida Console", Monaco, monospace
|
|
}
|
|
.setting.label.checkbox {
|
|
color: #666;
|
|
}
|
|
.setting.group-name {
|
|
text-transform: capitalize;
|
|
}
|