other smaller: little type fixes, little changes to ui - more readable category chooser - result screen with correct, incorrect and chosen answers little changes to readme
11 lines
122 B
Vue
11 lines
122 B
Vue
<template>
|
|
<div>
|
|
<NuxtPage />
|
|
</div>
|
|
</template>
|
|
|
|
<style>
|
|
.outline-set-solid {
|
|
outline-style: solid;
|
|
}
|
|
</style>
|