Skip to content

Commit 8466dde

Browse files
author
Josh Ramos
committed
removed unused colours
1 parent 593e47b commit 8466dde

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

components/ResourcesAndContacts/index.tsx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import Image from "next/image"
44
const ResourcesAndContacts = () => {
55
return (
66
<section className="py-8 px-15 min-h-screen">
7-
<div className="text-center my-10">
7+
<div className="text-center my-10">
88
<p className="text-[#3977F8] font-game text-xl">03</p>
99
<h1 className="font-bold text-5xl">RESOURCES & CONTACTS</h1>
1010
</div>
@@ -124,9 +124,7 @@ const ResourcesAndContacts = () => {
124124
<a
125125
href="https://media.csesoc.org.au/cse-enrol/"
126126
target="_blank"
127-
className="
128-
col-span-2 p-5 border border-[#595F6D] rounded-lg hover:bg-gray-100 hover:bg-opacity-10
129-
"
127+
className="block col-span-2 p-5 border border-[#595F6D] rounded-lg hover:bg-gray-100 hover:bg-opacity-10"
130128
>
131129
<h2 className="mt-1 text-3xl font-extrabold">Enrolment Guide</h2>
132130

tailwind.config.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ const config: Config = {
77
'./app/**/*.{js,ts,jsx,tsx,mdx}',
88
],
99
theme: {
10-
colors: {
11-
bgmain: '#020337',
12-
bglight: '#3977F8'
13-
},
1410
extend: {
1511
fontFamily: {
1612
'game': "'Press Start 2P', cursive"

0 commit comments

Comments
 (0)