Skip to content

Commit

Permalink
no theme for now
Browse files Browse the repository at this point in the history
  • Loading branch information
elcritch committed Jan 23, 2025
1 parent 5e78416 commit b008e94
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 27 deletions.
27 changes: 27 additions & 0 deletions examples/hnbrowser.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@

Button {
background: #f5c480;
border-width: 5;
border-color: #ebc39a;
border-radius: 10;
/* color: #000000; */
box-shadow: none;
}

Button:hover {
background: rgba(247, 211, 160, 0.728);
box-shadow: 5px 2px 4px rgba(47, 0, 75, 0.119);
}

#story {
background: #f5c480;
border-width: 5;
border-color: rgba(95, 84, 0, 0.45);
border-radius: 10;
color: #ff0000;
height: 200;
}

#main {
background: #141414;
}
27 changes: 0 additions & 27 deletions theme.css
Original file line number Diff line number Diff line change
@@ -1,27 +0,0 @@

Button {
background: #f5c480;
border-width: 5;
border-color: #ebc39a;
border-radius: 10;
/* color: #000000; */
box-shadow: none;
}

Button:hover {
background: rgba(247, 211, 160, 0.728);
box-shadow: 5px 2px 4px rgba(47, 0, 75, 0.119);
}

#story {
background: #f5c480;
border-width: 5;
border-color: rgba(95, 84, 0, 0.45);
border-radius: 10;
color: #ff0000;
height: 200;
}

#main {
background: #141414;
}

0 comments on commit b008e94

Please sign in to comment.