Added styles to the CPU temperature gauge
This commit is contained in:
@ -49,16 +49,18 @@ button
|
||||
margin-left: auto
|
||||
margin-right: auto
|
||||
border: 4px solid #212121
|
||||
background: rgb(61,191,37)
|
||||
background: linear-gradient(0deg, rgba(61,191,37,1) 45%, rgba(253,255,2,1) 65%, rgba(253,255,2,1) 75%, rgba(253,45,45,1) 100%)
|
||||
|
||||
.tempGaugeFill
|
||||
display: block
|
||||
position: absolute
|
||||
left: 0
|
||||
bottom: 0
|
||||
top: 0
|
||||
box-sizing: border-box
|
||||
width: 100%
|
||||
height: 0
|
||||
background: pink
|
||||
background: white
|
||||
|
||||
#header h1
|
||||
text-align: center
|
||||
|
Reference in New Issue
Block a user