link style.css

This commit is contained in:
awesomeuser 2023-08-02 22:15:41 +00:00
parent a492989894
commit f8d37fa32f

View file

@ -3,18 +3,8 @@
<head> <head>
<title>furpsocial</title> <title>furpsocial</title>
<meta charset="UTF-8"> <meta charset="UTF-8">
<link rel="stylesheet" href="style.css">
<style> <style>
:root {
--accent: #32a852;
}
body {
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
background: var(--accent);
margin: 0;
padding: 0;
}
#body-input { #body-input {
width: 99%; width: 99%;
height: 150px; height: 150px;