Skip to content

Commit

Permalink
Update console.html
Browse files Browse the repository at this point in the history
  • Loading branch information
gnh1201 committed Jun 25, 2024
1 parent acf661d commit 607c6b0
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions console.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,19 @@
<link href="https://cdnjs.cloudflare.com/ajax/libs/jquery.terminal/2.42.0/css/jquery.terminal.min.css" rel="stylesheet"/>
<style type="text/css">/*<!--<![CDATA[*/
body {
background: #2e8d36;
background: #2e8d36 url(https://pub-1a7a176eea68479cb5423e44273657ad.r2.dev/bg.jpg) no-repeat;
background-size: cover;
background-position: center;
}
h1, a, p {
h1, p {
color: #093923;
}
p a {
color: #fff;
padding: 0 2px;
text-decoration: none;
border-bottom: 2px solid #fff;
}
main {
width: 640px;
margin: 0 auto;
Expand Down

0 comments on commit 607c6b0

Please sign in to comment.