You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#premotd {
|
|
background:$ui-base-color;
|
|
padding:7px;
|
|
color: $primary-text-color;
|
|
margin-top: 30px;
|
|
border-radius:6px;
|
|
}
|
|
|
|
#motd #premotd a {
|
|
color:$highlight-text-color;
|
|
font-family:monospace;
|
|
}
|
|
|