added monospace font to textaera filed
This commit is contained in:
@@ -5,6 +5,9 @@ body {
|
||||
font: 400 15px/1.8 Lato, sans-serif;
|
||||
color: #666;
|
||||
}
|
||||
.monospace-font {
|
||||
font-family: Monaco, "Courier New", Courier, monospace;
|
||||
}
|
||||
.container h2{
|
||||
color: #df4937 !important;
|
||||
}
|
||||
@@ -50,6 +53,16 @@ h5 {
|
||||
max-width: 900px;
|
||||
}
|
||||
}
|
||||
@media print {
|
||||
/* ne pas affichier l'url after the link */
|
||||
a[href]:after {
|
||||
content: none !important;
|
||||
}
|
||||
* {
|
||||
color: inherit !important;
|
||||
background-color: inherit !important;
|
||||
}
|
||||
}
|
||||
.bg-1 {
|
||||
background: #df4937;
|
||||
color: #bdbdbd;
|
||||
|
||||
Reference in New Issue
Block a user