Skip to content

Commit

Permalink
Update cascaded stylesheet for API
Browse files Browse the repository at this point in the history
  • Loading branch information
SelimWaly authored Jun 24, 2024
1 parent eeacae6 commit 051982a
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions doc/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
body {
font-family: Arial;
font-size: 16px;
background: background: rgb(25,254,254);
}
h1 {
font-size: 26px;
}
a {
color: #57B;
text-decoration: none;
}
a:visited {
color: #57B;
text-decoration: none;
}
a:hover {
color: #136;
text-decoration: underline;
}
dt { margin-top: 15px; }
dd {
margin-top: 5px;
color: #444;
}
.container {
width: 980px;
/* margin: auto;
background: rgb(255,255,255);
box-shadow: 0.5px 0.5px 5px #666;*/
padding: 10px 20px;
}
code {
color: #577;
font-family: courier, monospace;
font-size: 10;
font-weight: regular;
border: 1px;
}

0 comments on commit 051982a

Please sign in to comment.