Update console.html

This commit is contained in:
Namhyeon Go 2024-06-25 13:34:53 +09:00
parent acf661db24
commit 607c6b00c1

View File

@ -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;