﻿/* App-specific tweaks on top of Bootstrap */
:root {
    color-scheme: light;
}

body {
    background: #f7f3ec;
}

.app-bg {
    min-height: 100vh;
    background-image:
        radial-gradient(circle at top, rgba(253, 248, 242, 0.5) 0%, rgba(242, 239, 231, 0.55) 55%, rgba(233, 238, 242, 0.6) 100%),
        url("/images/pexels-jedrzej-koralewski-14125120-20215927.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.table th {
    font-weight: 600;
}

.table td {
    text-align: right;
}
