More rpine stuff

This commit is contained in:
ThatOneCalculator 2022-07-23 21:23:03 -07:00
parent 3b80d3f348
commit 266d79c122
2 changed files with 2 additions and 2 deletions

View File

@ -187,7 +187,7 @@ function del(): void {
> p { > p {
padding: 30px; padding: 30px;
text-align: center; text-align: center;
color: #555; color: #6e6a86;
background: #ddd; background: #ddd;
} }
} }

View File

@ -19,7 +19,7 @@
:points="pointsTotal" :points="pointsTotal"
fill="none" fill="none"
stroke-width="1" stroke-width="1"
stroke="#555" stroke="#6e6a86"
stroke-dasharray="2 2"/> stroke-dasharray="2 2"/>
</svg> </svg>
</template> </template>