Import ExectOS Web Site #1

Merged
belliash merged 41 commits from development into master 2024-06-18 23:00:03 +02:00
Showing only changes of commit f340ec1ad8 - Show all commits

View File

@ -53,6 +53,11 @@ body {
padding : 0; padding : 0;
} }
code {
color : #186196;
font-weight : bold;
}
h1 { h1 {
font-size : 28px; font-size : 28px;
margin-top : 8px; margin-top : 8px;
@ -95,6 +100,11 @@ pre {
word-wrap : break-word; word-wrap : break-word;
} }
pre code {
color : #ECECEC;
font-weight : normal;
}
.content { .content {
font-size : 14px; font-size : 14px;
margin-left : 30%; margin-left : 30%;