mirror of
https://github.com/DanilaFe/abacus
synced 2024-11-17 08:03:09 -08:00
Add some style to code.
This commit is contained in:
parent
b57f24854e
commit
952eeac704
|
@ -3,6 +3,7 @@
|
|||
@import url('https://fonts.googleapis.com/css?family=Open+Sans|Raleway');
|
||||
|
||||
$background-color: #06e8a4;
|
||||
$code-color: #efefef;
|
||||
$accent-color: #00AFE8;
|
||||
$clear-color: white;
|
||||
$title-font: "Open Sans";
|
||||
|
@ -71,3 +72,15 @@ body {
|
|||
border-radius: 2px;
|
||||
background-color: $clear-color;
|
||||
}
|
||||
|
||||
code {
|
||||
background-color: $code-color;
|
||||
display: inline-block;
|
||||
padding: 5px;
|
||||
|
||||
pre & {
|
||||
padding: 10px;
|
||||
display: block;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user