Skip to content

Commit

Permalink
font and backgroud changes #FirstCommit!!
Browse files Browse the repository at this point in the history
  • Loading branch information
ricoThaka authored Mar 13, 2024
1 parent 2f24859 commit c62f723
Showing 1 changed file with 28 additions and 3 deletions.
31 changes: 28 additions & 3 deletions v86.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@700&display=swap');

#log, #runtime_infos, #serial, #filesystem_panel, #debug_panel {
font-family: DejaVu Sans Mono, monospace;
font-size: 13px;
Expand Down Expand Up @@ -53,17 +55,40 @@
background-color: #000;
touch-action: none;
}
body {
/* body {
background-color: #111;
color: #fff;
line-height: 1.5;
padding: 10px;
font-family: sans-serif;
} */
body {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background-color: #ffff00;
background-image: url("https://www.transparenttextures.com/patterns/light-honeycomb-dark.png");
font-family: "Comfortaa", -apple-system, Ubuntu, "Ariel Black", Verdana;
font-size: 1rem;
}
hr {
height: 0;
border: 0;
border-bottom: 1px dashed #b5e853;
color: #b5e853;
}


a, a:hover, a:visited

a:hover {
color: #c9ff23;
}
a {
color: wheat;
text-decoration: none;
color: #63c0f5;
text-shadow: 0 0 5px rgba(104, 182, 255, 0.5);
}

.phone_keyboard {
width: 0;
height: 0;
Expand Down

0 comments on commit c62f723

Please sign in to comment.