Css tidy up

This commit is contained in:
MrFry 2020-03-07 16:27:43 +01:00
parent d0a48513e9
commit 67b1fa2d37
18 changed files with 0 additions and 346 deletions

View file

@ -1,22 +0,0 @@
.questionContainer {
margin: 10px;
}
.questionContainer:hover {
background-color: var(--hoover-color);
}
.question {
font-weight: bold;
font-size: 17px;
color: #ffffff;
}
.answer {
font-size: 15px;
}
.data {
font-size: 13px;
color: #a1a1a1;
}

View file

@ -1,5 +1,4 @@
import React, { PureComponent } from 'react'
import './Question.css'
class Question extends PureComponent {
render () {