theme fix

This commit is contained in:
Akif9748 2022-08-28 15:23:19 +03:00
parent 6999e0ee9b
commit 108bf2ddff
3 changed files with 5 additions and 53 deletions

View File

@ -34,6 +34,7 @@ Akf-forum has got an API for AJAX, other clients etc. And, you can learn about A
- Profile photos will store in database
- regex for pfp for now and
- admin perm for undelete, thread+message
- page support for threads
### Frontend
### User

View File

@ -36,55 +36,7 @@ textarea {
resize: none;
}
p {
font-size: 25px;
}
hr {
border-color: var(--col-8);
border: 0;
border-top: 1px solid var(--col-fg);
margin: 20px 0;
}
body,
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: monospace;
background: var(--col-bg);
color: var(--col-fg);
max-width: 69rem;
margin-top: 10px;
margin: auto;
/* funny number */
}
a:link {
color: var(--col-4);
}
a:hover {
color: var(--col-1);
}
a:visited {
color: var(--col-13);
}
a:active {
color: var(--col-1);
}
pre {
background-color: var(--col-0);
padding: 1em;
border: 0;
}
h1,
h2,
@ -94,9 +46,7 @@ h5 {
margin-bottom: 0.1rem;
}
hr {
border-color: var(--col-8);
}
button,
input {
@ -158,7 +108,8 @@ button:hover {
div.message {
border: 2px solid var(--col-8);
padding: 10px;
margin: auto;
padding-inline: 100;
}

View File

@ -14,7 +14,7 @@
<h1 style="font-size: 35px;color: #4d18e6;" ><%= thread.title %></h1>
<h1 style="font-size: 19px; " >View count: <%= thread.views %></h1>
<h3 >View count: <%= thread.views %></h1>
<h2 style="display:inline;">By <a href="<%='/users/' + thread.author.id %>"> <%= thread.author.name %></a>
<img class="circle" src="<%=thread.author.avatar %>">