Newer
Older
ar-multi / assets / styles.css
@Aris Green Aris Green on 28 Apr 2024 659 bytes initial revision
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css");
:root {
  --black0: #404040;
  --white0: #ffffff;
  --yellow0: #f8f18d;
  --tan0: #fee3c5;
  --pink0: #f8bfd1;
  font-family: sans-serif;
}

body,
html {
  height: 100vh;
  overflow: hidden;
}

.main-container {
  display: flex;
  flex-direction: column;
  height: 100%;
}

ul.simple-lines {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
ul.simple-lines a {
  color: var(--black0);
  text-decoration: none;
}
ul.simple-lines a:visited {
  color: var(--black0);
}
ul.simple-lines a:hover {
  text-decoration: underline;
}

/*# sourceMappingURL=styles.css.map */