spanish-quizzer

An app to quiz you on Spanish vocabulary and verb conjugations
git clone https://git.ashermorgan.net/spanish-quizzer/
Log | Files | Refs | README

commit b9fe8fed134f0226f06388a0ad1fd6d2857771eb
parent 2916d3b1146948b78942dda776f56b134dab69f2
Author: AsherMorgan <59518073+AsherMorgan@users.noreply.github.com>
Date:   Thu, 26 Mar 2020 19:00:26 -0700

Set border radius to zero.

Diffstat:
MStyles.css | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/Styles.css b/Styles.css @@ -55,6 +55,7 @@ button, input, select { background-color: #FFFFFF; border: 1px solid #808080; color: #000000; + border-radius: 0px; }