Tweaked ammo, set red accent colour.

This commit is contained in:
PeekabooSteam
2023-03-23 09:01:15 +00:00
parent 49ded7f039
commit 735e257900
3 changed files with 8 additions and 6 deletions

View File

@@ -74,8 +74,9 @@
align-items: center;
background-color: var( --secondary-light-grey );
border-radius: 50%;
content: attr( data-quantity );
content: attr( data-qty );
display:flex;
font-weight: var( --font-weight-bolder );
justify-content: center;
height:20px;
width:20px;

View File

@@ -19,7 +19,7 @@
--accent-green : #8bff63;
--accent-light-blue : #5ca7ff;
--accent-light-red : #ffcccc;
--accent-light-red : #F5B6B6;
--background-grey : #3d4651;
--background-slate-blue : #363c43;