Skip to content

Commit

Permalink
update ui
Browse files Browse the repository at this point in the history
  • Loading branch information
maximoospital committed Jun 14, 2024
1 parent 41d9554 commit 256d363
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions assets/tuicss.css
Original file line number Diff line number Diff line change
Expand Up @@ -1584,6 +1584,13 @@ input[type=button] {
color: black;
}

.tui-main-window {
padding: 1px;
position: relative;
box-shadow: 10px 10px black;
color: white;
}

.tui-window {
background-color: rgb(0, 0, 168);
padding: 1px;
Expand All @@ -1592,6 +1599,7 @@ input[type=button] {
color: white;
}


.tui-screen-640-480 {
width: 640px;
height: 480px;
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: default
---
<div class="tui-window">
<div class="tui-main-window">
<fieldset class="tui-fieldset tui-border-double">
<legend>maximoospital.xyz</legend>
{% include header.html %}
Expand Down

0 comments on commit 256d363

Please sign in to comment.