Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions css/components.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.upg {
min-height: 120px;
width: 120px;
border-radius: 25%;
border-radius: 10%;
border: 2px solid;
border-color: rgba(0, 0, 0, 0.125);
font-size: 10px;
Expand All @@ -11,7 +11,7 @@
.achievement {
height: 90px;
width: 90px;
border-radius: 25%;
border-radius: 10%;
border: 2px solid;
border-color: rgba(0, 0, 0, 0.125);
font-size: 10px;
Expand All @@ -26,7 +26,7 @@
.buyable {
height: 200px;
width: 200px;
border-radius: 25%;
border-radius: 10%;
border: 2px solid;
border-color: rgba(0, 0, 0, 0.125);
font-size: 10px;
Expand Down
2 changes: 1 addition & 1 deletion css/misc.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
cursor: pointer;
padding: 5px 20px;
margin: 5px;
border-radius: 10px;
border-radius: 0px;
border: 2px solid;
color: var(--color);

Expand Down
4 changes: 2 additions & 2 deletions css/tree-node.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
width: 100px;
border: var(--hqProperty1);
border-color: rgba(0, 0, 0, 0.125);
border-radius: 50%;
border-radius: 0%;
box-shadow: var(--hqProperty2a), var(--hqProperty2b);
font-size: 40px;
font-family: "Lucida Console", "Courier New", monospace;
color: rgba(0, 0, 0, 0.5);
text-shadow: var(--hqProperty3);
padding: 0;
margin: 0 10px 0 10px;
margin: 0 30px 0 30px;
}

.nodeLabel {
Expand Down
Loading