2024-02-08 15:32:50 +01:00

21 lines
611 B
JavaScript

/*
* Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
* Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/javascript.js to edit this template
*/
const Css = {
classes: {
displayNone: "d-none",
darkTheme: "dark-theme",
lightTheme: "light-theme",
bgBlack: "bg-black",
bgWhite: "bg-white",
bgPrimary: "bg-primary",
bgOrange: "bg-primary",
bgGreen: "bg-success",
bgBlue: "bg-blue",
memoryCardStyleOne: "style-one",
memoryCardStyleTwo: "style-two"
}
};