Skip to content

Commit

Permalink
⚡ update: Fix link colors in landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
sauravUppoor committed Jul 27, 2020
1 parent bf92f81 commit dd9e1e7
Showing 1 changed file with 0 additions and 45 deletions.
45 changes: 0 additions & 45 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
<link rel="stylesheet" href="./css/base.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="./css/navbar.css">
<link rel="stylesheet" type="text/css" href="css/about.css">

<link rel="shortcut icon" href="./img/codecell_logo.svg" type="image/x-icon" sizes="any">

Expand All @@ -32,51 +31,7 @@


<title>TSEC CodeCell</title>
<style type="text/css">
a {
color: var(--light-yellow);
}
a:hover {
color: var(--light-green);
}
ul {
list-style-type: none;
}
.card {
width: 100%;
padding: 4px;
border: 0.1px solid rgba(0,0,0,.125);
margin: 1px 1px;
}

.card-body {
padding: 1.00rem;
}

p {
line-height: 28px;
}

@media only screen and (max-width: 767px) {
.primary {
font-weight: 900 !important;
}

.secondary {
font-weight: 600 !important;
}

.grid-secondary1 {
font-weight: 500 !important;
}

.grid-primary1 {
font-weight: 600 !important;
}
}


</style>
</head>

<body>
Expand Down

0 comments on commit dd9e1e7

Please sign in to comment.