Updated riso.app with Site Configuration Parameter
This commit is contained in:
@@ -21,6 +21,10 @@
|
||||
color: black;
|
||||
}
|
||||
|
||||
&__details_darktheme {
|
||||
color: white;
|
||||
}
|
||||
|
||||
&__tdimg {
|
||||
width: 150px;
|
||||
height: 150px;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<q-page class="text-black">
|
||||
<section class="bg-white">
|
||||
<q-page :class="$q.dark.isActive ? `text-white` : `text-black`">
|
||||
<section :class="$q.dark.isActive ? `bg-black` : `bg-white`">
|
||||
<div class=" row justify-between items-start q-col-gutter-sm">
|
||||
<div class="col-12">
|
||||
<div class="feature-item" style="margin-top: 0px !important;">
|
||||
|
||||
Reference in New Issue
Block a user