Skip to content

Commit

Permalink
Homogenize all borders across firefox-chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack-Papel committed Dec 3, 2023
1 parent 31ef11b commit 49a9982
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion client/src/components/styledText.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
}
.keyword-player-number {
border-radius: 50%;
border: outset 1.5px;
border: solid 1.5px;
border-bottom-color: darkgray;
border-right-color: darkgray;
background-color: var(--primary-color);
display: inline-block;
width: 1rem;
Expand Down
3 changes: 2 additions & 1 deletion client/src/menu/main/standaloneWiki.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.standalone-wiki {
border-style: outset;
border-style: solid;
border-color: var(--primary-border-color);
border-right-color: black;
border-width: .13rem;
position: absolute;
top: 50%;
Expand Down

1 comment on commit 49a9982

@vercel
Copy link

@vercel vercel bot commented on 49a9982 Dec 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

mafia-game – ./

mafia-game-itssammym.vercel.app
mafia-game-git-00x-main-itssammym.vercel.app
mafia-game.vercel.app

Please sign in to comment.