Skip to content

Commit

Permalink
yay
Browse files Browse the repository at this point in the history
  • Loading branch information
Yogehi committed Jan 14, 2024
1 parent 22e2f71 commit 55cc5f8
Showing 1 changed file with 16 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,23 @@
<html>
<head>
<style>
body {
background-color: #FFE7F5;
}
textarea {
background-color: #FFE7F5;
}
input {
background-color: #FFE7F5;
}
code {
font-family: Consolas,"courier new";
color: black;
background-color: #f1f1f1;
padding: 2px;
font-size: 105%;
}
font-family: Consolas,"courier new";
color: #5E155E;
background-color: #FFA7E4;
padding: 2px;
font-size: 105%;
font-weight: bold;
}
</style>
<script>
window.onerror = function(msg, url, linenumber) {
Expand Down

0 comments on commit 55cc5f8

Please sign in to comment.