KVL_converter / style.css
dhhien's picture
Upload 9 files
7a654d3
raw
history blame contribute delete
214 Bytes
.green_text {
color: green;
}
.bold_text {
font-weight: bold;
}
.load_successful_text{
background-color: green;
color:white;
border-radius: 0.4em;
padding: 0.5rem;
font-weight: bold;
}