Skip to content

Instantly share code, notes, and snippets.

View swayanshu-apbr's full-sized avatar
🏠
Working from home

Swayanshu swayanshu-apbr

🏠
Working from home
View GitHub Profile
@swayanshu-apbr
swayanshu-apbr / thrive_judgeme.css
Created January 29, 2024 06:26
Judgeme css file for thrive
body {
font-family: Poppins;
-webkit-font-smoothing: antialiased !important
}
.jdgm-rev__pic-img.jdgm-rev__pic-img {
max-height: 300px !important;
}
.jdgm-rev-widg__title {
font-family: Poppins !important;
@swayanshu-apbr
swayanshu-apbr / colors.json
Created July 10, 2023 12:38
Colors json file for hoc
{
"yellow": {
"image": "https://cdn.shopify.com/s/files/1/0561/7926/1589/files/yellow_80x.png",
"hex": "yellow"
},
"green": {
"image": "https://cdn.shopify.com/s/files/1/0561/7926/1589/files/green_80x.png",
"hex": "green"
},
"pink": {
@swayanshu-apbr
swayanshu-apbr / hoc_judgeme_stylesheet.css
Last active July 10, 2023 12:32
judgeme stylesheet for hoc
body {
font-family: Futura;
-webkit-font-smoothing: antialiased !important;
}
.jdgm-rev-widg__title {
font-family: Roboto !important;
font-style: normal !important;
font-weight: 700 !important;
font-size: 20px !important;
line-height: 23px !important;
@swayanshu-apbr
swayanshu-apbr / bsc_judgeme.css
Last active June 22, 2023 08:40
judgeme bsc stylesheet
body {
font-family: Roboto;
-webkit-font-smoothing: antialiased !important;
margin: 16px !important
}
.jdgm-rev-widg__title {
font-family: Roboto !important;
font-style: normal !important;
font-weight: 700 !important;
<!DOCTYPE html>
<html lang="en">
<head>
<meta
name="viewport"
content="text/html, charset=UTF-8, width=device-width, initial-scale=1, minimum-scale=1, maximun-scale=1"
/>
<link
href="https://fonts.googleapis.com/css?family=Roboto"
rel="stylesheet"
body {
font-family: Poppins;
-webkit-font-smoothing: antialiased !important
}
.jdgm-rev-widg__title {
font-family: Roboto !important;
font-style: normal !important;
font-weight: 700 !important;
font-size: 20px !important;
@swayanshu-apbr
swayanshu-apbr / judgeme-styles-bsc.css
Last active September 29, 2022 15:56
judge widget css override for bsc
body {
font-family: Roboto;
-webkit-font-smoothing: antialiased !important;
margin: 16px !important;
}
.jdgm-rev-widg__title {
font-family: Roboto !important;
font-style: normal !important;
font-weight: 700 !important;
font-size: 18px !important;
:root {
--heading-font-family: "Avenir Next", sans-serif;
--heading-font-weight: 500;
--heading-font-style: normal;
--text-font-family: "Avenir Next", sans-serif;
--text-font-weight: 400;
--text-font-style: normal;
--base-text-font-size: 15px;
--default-text-font-size: 14px;
--background: #f1f1f1;
<!DOCTYPE html>
<html>
<head>
<style>
:root {
--heading-font-family: "Avenir Next", sans-serif;
--heading-font-weight: 500;
--heading-font-style: normal;
--text-font-family: "Avenir Next", sans-serif;
--text-font-weight: 400;