mirror of
https://github.com/ION606/ion606.github.io.git
synced 2026-05-14 22:16:59 +00:00
update site to new README
This commit is contained in:
@@ -648,4 +648,40 @@ body.flicker {
|
||||
padding: 0.5rem 1.2rem;
|
||||
border-radius: 5px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.projects-table {
|
||||
width: 100%;
|
||||
border-collapse: collapse;
|
||||
margin-top: 1rem;
|
||||
}
|
||||
|
||||
.projects-table th,
|
||||
.projects-table td {
|
||||
padding: 0.75rem 1rem;
|
||||
text-align: left;
|
||||
border-bottom: 1px solid rgba(124, 58, 237, 0.3);
|
||||
}
|
||||
|
||||
.projects-table th {
|
||||
color: var(--primary);
|
||||
font-weight: 600;
|
||||
text-transform: uppercase;
|
||||
font-size: 0.8rem;
|
||||
letter-spacing: 0.05em;
|
||||
}
|
||||
|
||||
.projects-table tr:hover td {
|
||||
background: rgba(124, 58, 237, 0.08);
|
||||
}
|
||||
|
||||
.projects-table a {
|
||||
color: #b76e79;
|
||||
text-decoration: none;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.projects-table a:hover {
|
||||
color: var(--primary);
|
||||
text-decoration: underline;
|
||||
}
|
||||
Reference in New Issue
Block a user